treeview: Send changed signal directly to a11y code
authorBenjamin Otte <otte@redhat.com>
Wed, 14 Dec 2011 17:14:47 +0000 (18:14 +0100)
committerBenjamin Otte <otte@redhat.com>
Fri, 16 Dec 2011 03:53:15 +0000 (04:53 +0100)
commitccabccc42fb7510b8aa930b653cc86d3e7b8dada
tree3d9cb245ee20f2e36d7ec61f4b23494e639d1d2d
parent070124b0a54166b17f8609bbdf942eb08f3f5ec3
treeview: Send changed signal directly to a11y code

No more signal handler is needed, therefore the code can also get rid of
tracking the treemodel. And we use a faster approach for iterating the
changed cellrenderers: We just iterate all columns instead of over all
cell accessibles, as that number is likely quite a bit smaller.
gtk/a11y/gtktreeviewaccessible.c
gtk/a11y/gtktreeviewaccessible.h
gtk/gtktreeview.c